home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue70 / DBEX / Listing5.pas < prev    next >
Encoding:
Pascal/Delphi Source File  |  2001-04-30  |  205 b   |  6 lines

  1. SQLDataSet1.SetSchemaInfo(stIndexes, 'CUSTOMER', '');
  2. ClientDataSet1.IndexFieldNames:='INDEX_NAME';
  3. ClientDataSet1.Filter:='PKEY_NAME IS NOT NULL';
  4. ClientDataSet1.Filtered:=True;
  5. ClientDataSet1.Open;
  6.